if (document.getElementById('cooliris_defaultEnable').checked)
{
mesg = "Enable previews is now Off. This means that Cooliris Previews will now work only on the sites \n selected by Cooliris along with the ones that you have enabled explicitly";
}
else
{
mesg = "Enable previews is now On. This means that Cooliris Previews will now work for all sites \n on the world wide web except for the ones you have disabled explicitly.";
}
alert(mesg);
}
function disableEnableMesg()
{
var mesg;
if (document.getElementById('cooliris_globalDisable').checked)